From c6c33c5cd7a6b5b805f8667a5bca1d4afb7cef04 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Fri, 15 Feb 2013 14:02:02 +0100 Subject: [PATCH] Fix up s/gtk_frame_clock/gdk_frame_clock/ in docs --- gtk/gtkwidget.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk/gtkwidget.c b/gtk/gtkwidget.c index 48f996063e..58c6d901e0 100644 --- a/gtk/gtkwidget.c +++ b/gtk/gtkwidget.c @@ -4623,9 +4623,9 @@ static guint tick_callback_id; * then you will have to call gtk_widget_queue_resize() or * gtk_widget_queue_draw_area() yourself. * - * gtk_frame_clock_get_frame_time() should generally be used for timing + * gdk_frame_clock_get_frame_time() should generally be used for timing * continuous animations and - * gtk_frame_timings_get_predicted_presentation_time() if you are + * gdk_frame_timings_get_predicted_presentation_time() if you are * trying to display isolated frames particular times. * * This is a more convenient alternative to connecting directly to the -- 2.30.2